Deposit types

Security

Deposit types allow you to group deposits to facilitate bank reconciliation. For instance, you could create deposit types that match the categories on your bank statement, such as "Cash and Checks" and "Bank Credit Cards".

Deposit types contribute the GL batch and bank account to all receipts in deposits of their type.

Typical deposit types include cash/checks, MC/Visa, AMEX, lock box, and PayPal.

×

Deposit types security

Common accesses available on deposit types

Access A user with this access can...
Change Use the mass change action on deposit types.
Custom Fields Create and edit custom fields for deposit types.
Data Have read-only access to deposit types from anywhere in the software (e.g., field validations, filters, date expressions).
Delete Delete deposit types.
Edit Edit deposit type records.
Export Export deposit type records from ActivityHD.
Import Import deposit type records into ActivityHD.
New Create new deposit type records.
Read Have read-only access to deposit type records.
Report Run reports with deposit type information.
Report Designs Create and edit report designs with deposit type information. This access enables the Report Designs button on the Output tab of report dialogs.
Shared Answers Create and edit action profiles and report profiles related to deposit types.
Shared Filters Create and edit shared filters on deposit types.
Visible View the Deposit Types folder in the Navigation pane.

 

×

Report Email dialog

From
The email account from which to send the email. Valid options are:
  • Windows user default account. Sends email using the user's Windows default email account. For most users, this is the account configured in Outlook or another email client application.
  • Server personal. Sends email using the email configuration for the system or company server and the email address on the current user's authorized user record. The authorized user record must have a confirmed email address.
  • Server generic. Sends email using the email configuration and "from" address for the system or company server. This option requires "Send generic" access to the Server Email resource.
To
The email address(es) to which to send the email. Separate email addresses with semi-colons.
CC
The email addresses to copy on the email. Separate email addresses with semi-colons.
BCC
The email addresses to blind copy on the email. Separate email addresses with semi-colons.
Subject
The subject line.
Text box
The body of the email.

 

×

AR deposit expression keywords

The lists below shows keywords which can be used in deposit expressions. Deposit expressions can be used to define the deposit reference and deposit description on deposit types.

Deposit information

  • <Receipt Count>
  • <Deposit Name>
  • <Deposit Type>
  • <Deposit Date>
  • <Deposit Instance>

Example

For a multi-receipt deposit, consider these expressions:

  • Reference Expression: <Receipt Count> Receipt(s)
  • Description Expression: <Deposit Name>

Receipt and customer information

The following keywords are only valid when you specify "one receipt per deposit". Do not use these keywords on multi-receipt deposit types.

  • <Receipt Reference>
  • <Receipt Description>
  • <Customer Code>
  • <Customer Name>

Example

Suppose you have a deposit type set up to handle American Express credit card receipts. Since this type of receipt allows only one receipt per deposit, you can use the receipt and customer information keywords. Let's build a reference which contains the credit card machine's ID number (78) and the "batch out" number. The "batch out" number is stored in the Receipt Reference. Because you are using different AR customers to group these charges, you want to show the customer name in the deposit description. These expressions do the trick:

  • Reference Expression: 78 - <Receipt Reference>
  • Description Expression: <Customer Name>